home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 April / PCnet 2006-06.4.iso / oyun / Arcade.EXE / pacman.swf / scripts / DefineSprite_86 / frame_65 / DoAction.as
Encoding:
Text File  |  2003-11-29  |  162 b   |  12 lines

  1. tellTarget("/")
  2. {
  3.    g = 1;
  4.    while(g < 5)
  5.    {
  6.       Ghost[g]._visible = true;
  7.       g++;
  8.    }
  9.    Pacman._visible = true;
  10.    Ready.gotoAndStop(1);
  11. }
  12.